Package-level declarations

Types

Link copied to clipboard
class StaffFurnaceDataComponent(var serverBurnTicks: Int)

Data components to store the state of a furnace staff.

Link copied to clipboard
class StaffItemComponent(val item: ItemStack)

ItemStack wrapper to make them compatible with ComponentTypes.

Link copied to clipboard
data class StaffRendererOverrideComponent(val renderMode: Optional<ModelTransformationMode>, val isActive: Optional<Boolean>, val blockState: Optional<BlockState>)

Data component to override the behavior of a StaffRenderer.

Link copied to clipboard

Specifies the part of a staff item currently rendered.